RSS
Jason Jason
👁 1,808 💬 10

Support for brackets/OCO/OCA

Is there any functionality provided in the S#.API for creating conditional orders? I want to generate an OCO, but don't see anything documented about this. I'm setting up using Rithmic, so I assume th...

Max Rossi Max Rossi
👁 928 💬 0

Crypto exchanges

Hello, I would like to know if with a paid crypto exchange DLL (e.g BitMEX) it's possible to use native orders and specific features of the exchange, to be able to exploit every aspect of the API of t...

vsmt vsmt
👁 1,661 💬 5 ▲ 1

BitMEX invalid argument clOrdID

Hi, I get an invalid argument error for the BitMEX connector when the MarketQuotingStrategy tries to requote: Error "Order 53343094 (0x7BB32E) was not cancelled because System.InvalidOperationExceptio...

Website Privacy Policy GDPR
William B William B
👁 1,961 💬 0

Website Privacy Policy GDPR

Introduction Welcome to https://stocksharp.com/en/'s privacy policy. https://stocksharp.com/en/ respects your privacy and is committed to protecting your personal data. This privacy policy will inform...

William B William B
👁 1,581 💬 0

Website Acceptable Use Policy

PLEASE READ THE TERMS OF THIS POLICY CAREFULLY BEFORE USING THE SITE What's in these terms? This Acceptable Use Policy sets out the content standards that apply when you upload content to our site, ma...

William B William B
👁 940 💬 0

INFORMATION ABOUT HOW WE USE COOKIES

Our website uses cookies. A cookie is a small file of letters and numbers that we put on your computer if you agree. These cookies allow us to distinguish you from other users of our website, which he...

jaykop@wp.pl jaykop@wp.pl
👁 818 💬 0

Get BID side from DukasCopyHistorySource

var history = new DukasCopyHistorySource(new CsvNativeIdStorage("C:\test\asd.csv"), new InMemoryExchangeInfoProvider()); var security = new Security() { Id = "EURUSD", }; var timeFrame = TimeSpan.From...

jaykop@wp.pl jaykop@wp.pl
👁 946 💬 0

Unable to calculate WilderMovingAverage

Hi, I`m trying to calculate ATR using Wilder Moving Average. Here is my code: var atr = new WilderMovingAverage() { Length = 2, }; foreach (var candle in candles.Take(10)) { atr.Process(candle); } var...

kerrek kerrek
👁 1,143 💬 2

Where to Download S.Shell???

I have paid for S.Shell $493USD, but have no way to download it, all I have is the receipt. How do I go about downloading it to begin using it?

vsmt vsmt
👁 1,206 💬 1

BitMEX Testnet

Hi, I can connect to BitMEX using production API credentials, but I cannot connect to https://testnet.bitmex.com. Connection using testnet API credentials fails. StockSharp.Bitmex.dll version 4.4.15.0...

FRANK JARRETT FRANK JARRETT
👁 2,687 💬 10 ▲ 2

CQG Continuum Connection Error

S#.Data Error: System.InvalidOperationException: Trader is not enabled to use CQG Web API Test. Contact your FCM. AMP Global Clearing isn't quite sure how to help with this S#.Data error I'm getting. ...

ROhit ROhit
👁 1,155 💬 1

Exception coming while connecting to JSE

I am getting below exception, if you can help ItchTrader 2019-01-29 07:37:45 PM Error "System.InvalidOperationException: License N101430 does not support 'ITCH_LSE'. at StockSharp.ITCH.ItchMessageAdap...